SftTree/NET 2.0

AutoScrollStartInterval Property, SftTree Class

Softel vdm, Inc.

Defines the initial delay before horizontal and vertical scrolling starts.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property AutoScrollStartInterval As Integer

C#   

public int AutoScrollStartInterval { get; set; }

C++   

public: property int AutoScrollStartInterval {
        int get();
        void set(int value);
}

Property Value

The initial start interval in milliseconds. The minimum value is 50.

The default value is 750.

Comments

The AutoScrollStartInterval property defines the initial delay before horizontal and vertical scrolling starts.

While resizing or reordering columns and during drag & drop operations, the contents of the item area may need to be scrolled. The AutoScrollStartInterval determines the delay after which scrolling starts once the cursor is within the area that causes horizontal or vertical scrolling.

The Dimensions.AutoVScrollMargin and Dimensions.AutoHScrollMargin properties determine the area where scrolling is initiated.

Once scrolling has started and the cursor remains within the area, the AutoScrollInterval property determines the interval of subsequent item scrolling.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com